home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / payroll_ / payusa50.zip / 2DISKSET.BAT next >
DOS Batch File  |  1995-01-30  |  2KB  |  48 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This is for disk vendors who wish to split the 3 1/2 inch 720K
  4. ECHO distribution diskette into two 360K 5 1/4 inch disks.  If INSTEAD
  5. ECHO you wish to put it on a 3 1/2 inch 1.4 meg high density, or on a
  6. ECHO 5 1/4 inch 1.2 meg high density a straight COPY *.* or XCOPY *.*
  7. ECHO to a formatted disk of the required type will suffice.  Do NOT
  8. ECHO use DISKCOPY to copy to a disk of a different size or density to
  9. ECHO that which the programs are supplied on.
  10. ECHO ********
  11. ECHO To split the 3 1/2 inch 720K distribution diskette into two 360K
  12. ECHO 5 1/4 inch disks you need to be running on a machine equipped with
  13. ECHO both size drives and you need to have two pre-formatted 360K disks
  14. ECHO available for the output.  The input 3 1/2 inch disk will not be
  15. ECHO changed in any way. If you need more space for your own distribution
  16. ECHO files delete PAYUS50.TXT and if that does not give you enough space
  17. ECHO then also delete 2DISKSET.BAT, if still not enough then (reluctantly)
  18. ECHO VENDOR.DOC and SYSOP.DOC can also go. Do not delete anything else.
  19. ECHO If you add your own start up program it must start our INSTALL.EXE
  20. ECHO ********
  21. ECHO Press Ctrl C or Ctrl Break to stop, or insert the FIRST preformatted
  22. ECHO 360K output disk in DRIVE A and press Enter to continue.
  23. PAUSE
  24. ECHO ON
  25. VERIFY ON
  26. COPY INSTALL.EXE A:
  27. COPY PKUNZIP.EXE A:
  28. COPY PAYUS50A.ZIP A:
  29. COPY PAYUS50B.ZIP A:
  30. COPY PAYUS50D.ZIP A:
  31. COPY 3DISKSET.BAT A:
  32. COPY DESC.SDI A:
  33. COPY FILE_ID.DIZ A:
  34. COPY PAYUS50.TXT A:
  35. COPY SYSOP.DOC A:
  36. COPY VENDOR.DOC A:
  37. VERIFY OFF
  38. ECHO OFF
  39. ECHO Press Ctrl C or Ctrl Break to stop, or insert the SECOND preformatted
  40. ECHO 360K output disk in DRIVE A and press Enter to continue.
  41. PAUSE
  42. ECHO ON
  43. VERIFY ON
  44. COPY PAYUS50C.ZIP A:
  45. COPY PAYUS50E.ZIP A:
  46. COPY TESTDATA.ZIP A:
  47. COPY INSTALL2.BAT A:
  48. VERIFY OFF